home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Apps / sdpd_hlp.cgi.z / sdpd_hlp.cgi
Encoding:
Text File  |  2002-06-12  |  1.6 KB  |  48 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <HTML><TITLE>About Multicast Announcements</TITLE>
  7. <BODY BGCOLOR=#CCC28F BACKGROUND="/images/sdr-bg.gif"
  8. LINK=#00582A VLINK=#27002B>
  9.  
  10. <FORM>
  11. <BR><BR><BR>
  12. <H2 ALIGN=CENTER>Help: Network Multicast Announcements</H2>
  13. <P>
  14. <BLOCKQUOTE>
  15. This page contains a list of the sessions that are currently available
  16. to session directory users.  Selecting a session name from the list of
  17. available sessions will show you the announcement for that session.  The
  18. announcement contains the name and description of the session and its
  19. starting and ending times.   If a reference URL exists for this session,
  20. the announcement will provide a link to it as
  21. well.  
  22. <P>
  23. Below each announcement you will find one or more icons indicating the
  24. type of information that is being broadcast (audio, video, text and/or
  25. whiteboard).  During the broadcast period defined by the starting and
  26. ending times listed in the announcement, you can select any of these
  27. icons to launch the session on your local machine.
  28. <P>
  29. If you wish to create your own announcement, you can do so using the
  30. "Create New Announcement" button at the top of the page.  All
  31. announcements you create will then be listed in a box directly
  32. underneath this button.  Once you have created an announcement of your
  33. own, you can edit or delete it by selecting it from the list and using
  34. the "Edit Selected Announcement" and "Delete Selected Announcement"
  35. buttons.
  36. </BLOCKQUOTE>
  37.  
  38. <BR><BR>
  39.  
  40. <CENTER>
  41. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  42. </CENTER>
  43. </FORM>
  44. </BODY>
  45. </HTML>
  46. EndOfFile
  47.  
  48.